object dlgRemoveShared: TdlgRemoveShared Left = 374 Top = 219 BorderIcons = [] BorderStyle = bsDialog Caption = 'Remove Shared File?' ClientHeight = 235 ClientWidth = 397 Color = clBtnFace Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lblOne: TLabel Left = 12 Top = 12 Width = 377 Height = 57 AutoSize = False Caption = 'The system indicates that the following shared file is no longer' + ' used by any programs. If any programs are still using this file' + ' and it is removed, those programs may not function. Are you sur' + 'e you want to remove the shared file?' WordWrap = True end object lblTwo: TLabel Left = 12 Top = 68 Width = 357 Height = 49 AutoSize = False Caption = 'Leaving this file will not harm your system. If you are not sure' + ' what to do, it is suggested that you choose to not remove this ' + 'shared component.' WordWrap = True end object lblFileName: TLabel Left = 12 Top = 132 Width = 49 Height = 13 Caption = 'File name:' end object lblLocated: TLabel Left = 12 Top = 160 Width = 53 Height = 13 Caption = 'Located in:' end object edFileName: TEdit Left = 92 Top = 128 Width = 293 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 0 end object edLocated: TEdit Left = 92 Top = 156 Width = 293 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 1 end object btnYes: TBitBtn Left = 36 Top = 200 Width = 75 Height = 25 Caption = 'Yes' Default = True ModalResult = 6 TabOrder = 2 end object btnYesToAll: TBitBtn Left = 120 Top = 200 Width = 75 Height = 25 Caption = 'Yes To All' ModalResult = 10 TabOrder = 3 end object btnNo: TBitBtn Left = 204 Top = 200 Width = 75 Height = 25 Caption = 'No' ModalResult = 7 TabOrder = 4 end object btnNoToAll: TBitBtn Left = 288 Top = 200 Width = 75 Height = 25 Caption = 'No To All' ModalResult = 9 TabOrder = 5 end end